Ignores autocomplete drop-down lists in web applications.
By default, QA Wizard Pro attempts to dismiss autocomplete drop-down lists during playback by pressing Esc after entering text in fields, which may cause scripts to fail. Use this statement to ignore drop-down lists so QA Wizard Pro does not interact with them.
Syntax
IgnoreAutocompleteDropDowns(True/False)
Arguments
| Argument | Description |
|---|---|
| True/False | True ignores autocomplete drop-down lists during playback and False allows drop-downs to display. |
Example
IgnoreAutocompleteDropDowns(True)